*参照元 [#wcc0bb50]
#backlinks

*説明 [#j38602bc]
-パス: [[linux-2.6.33/include/linux/fdtable.h]]

-FIXME: これは何?
--説明


**参考 [#a935a02b]


*実装 [#aab08e76]
 /*
  * Open file table structure
  */
 struct files_struct {
   /*
    * read mostly part
    */
 	atomic_t count;
-
--[[linux-2.6.33/atomic_t]]

 	struct fdtable *fdt;
-
--[[linux-2.6.33/fdtable]]

 	struct fdtable fdtab;
   /*
    * written part on a separate cache line in SMP
    */
 	spinlock_t file_lock ____cacheline_aligned_in_smp;
-
--[[linux-2.6.33/spinlock_t]]

 	int next_fd;
 	struct embedded_fd_set close_on_exec_init;
-
--[[linux-2.6.33/embedded_fd_set]]

 	struct embedded_fd_set open_fds_init;
 	struct file * fd_array[NR_OPEN_DEFAULT];
-
--[[linux-2.6.33/file]]

 };


*コメント [#td85faf6]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS