*参照元 [#m469e318]
#backlinks

*説明 [#a8677ae5]
-パス: [[linux-4.4.1/fs/file.c]]

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


**引数 [#t6a32672]
-unsigned int fd
--
-struct file *file
--
--[[linux-4.4.1/file]]


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


**参考 [#e213b770]


*実装 [#nb230038]
 void fd_install(unsigned int fd, struct file *file)
 {
         __fd_install(current->files, fd, file);
-
--[[linux-4.4.1/__fd_install()]]

 }
 
 EXPORT_SYMBOL(fd_install);
-
--[[linux-4.4.1/EXPORT_SYMBOL()]]


*コメント [#f40295c9]


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