*参照元 [#o2b6c47c]
#backlinks

*説明 [#o7e82bbd]
-パス: [[linux-2.6.33fs/file_table.c]]

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


**引数 [#b929001a]
-struct file *file
--ファイル
--[[linux-2.6.33/file]]


**返り値 [#id0c1601]
-なし


**参考 [#zb221c7b]


*実装 [#gcde7299]
 void fput(struct file *file)
 {
 	if (atomic_long_dec_and_test(&file->f_count))
 		__fput(file);
-
--[[linux-2.6.33/atomic_long_dec_and_test()]]
--[[linux-2.6.33/__fput()]]

 }
 
 EXPORT_SYMBOL(fput);
-特にライセンスを区別せずシンボルを公開する。
--[[linux-2.6.33/EXPORT_SYMBOL()]]


*コメント [#uedabc2a]


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