*参照元 [#y7785d4a]
#backlinks

*説明 [#i8311340]
-パス: [[linux-4.4.1/drivers/dma-buf/dma-buf.c]]

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


**引数 [#f7684c50]
-struct file *file
--
--[[linux-4.4.1/file]]


**返り値 [#v8011716]
-int
--


**参考 [#o8059afc]


*実装 [#r0bfa92d]
 /*
  * is_dma_buf_file - Check if struct file* is associated with dma_buf
  */
 static inline int is_dma_buf_file(struct file *file)
 {
         return file->f_op == &dma_buf_fops;
-
--[[linux-4.4.1/dma_buf_fops(global)]]

 }


*コメント [#c200af60]


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