*参照元 [#x057d7a0] #backlinks *説明 [#d0ed80a6] -パス: [[linux-2.6.33/include/linux/fdtable.h]] -FIXME: これは何? --説明 **引数 [#j3a774a9] -struct files_struct * -- **返り値 [#hc42ac48] -struct fdtable -struct fdtable * -- **参考 [#vd2e694e] *実装 [#w72996a9] #define files_fdtable(files) (rcu_dereference((files)->fdt)) -struct files_struct の fdt は struct fdtable * 型 --[[linux-2.6.33/rcu_dereference()]] *コメント [#p81cff52]