Searched refs:put (Results 1 – 19 of 19) sorted by relevance
/fs/ |
D | nsfs.c | 55 ns->ops->put(ns); in nsfs_evict() 73 ns->ops->put(ns); in __ns_get_path() 82 ns->ops->put(ns); in __ns_get_path() 227 ns_ops->put(ns); in ns_get_name()
|
D | namespace.c | 4648 .put = mntns_put,
|
/fs/afs/ |
D | xattr.c | 30 .put = afs_acl_put, 93 .put = afs_acl_put, 224 .put = afs_acl_put,
|
D | fs_operation.c | 228 if (op->ops && op->ops->put) in afs_put_operation() 229 op->ops->put(op); in afs_put_operation()
|
D | dir.c | 1377 .put = afs_create_put, 1462 .put = afs_rmdir_put, 1595 .put = afs_unlink_put, 1676 .put = afs_create_put, 1748 .put = afs_link_put, 1807 .put = afs_create_put, 1945 .put = afs_rename_put,
|
D | file.c | 261 .put = afs_fetch_data_put,
|
D | internal.h | 760 void (*put)(struct afs_operation *op); member
|
/fs/orangefs/ |
D | orangefs-bufmap.c | 68 static void put(struct slot_map *m, int slot) in put() function 456 put(&rw_map, buffer_index); in orangefs_bufmap_put() 477 put(&readdir_map, buffer_index); in orangefs_readdir_index_put()
|
/fs/reiserfs/ |
D | README | 12 want it to be owned by Hans Reiser, put your copyright label on that 20 under the GPL, because he wants to know if it is okay to do so and put 53 Linux provider put them. There is some disagreement about how useful 106 tried to put me in a position where I was forced into giving control
|
/fs/fscache/ |
D | operation.c | 367 bool put = false; in fscache_cancel_op() local 384 put = true; in fscache_cancel_op() 412 if (put) in fscache_cancel_op()
|
/fs/ceph/ |
D | caps.c | 3044 int last = 0, put = 0, flushsnaps = 0, wake = 0; in __ceph_put_cap_refs() local 3063 put++; in __ceph_put_cap_refs() 3094 put++; in __ceph_put_cap_refs() 3102 last ? " last" : "", put ? " put" : ""); in __ceph_put_cap_refs() 3122 while (put-- > 0) in __ceph_put_cap_refs() 3153 int put = 0; in ceph_put_wrbuffer_cap_refs() local 3163 put++; in ceph_put_wrbuffer_cap_refs() 3203 put++; in ceph_put_wrbuffer_cap_refs() 3229 while (put-- > 0) { in ceph_put_wrbuffer_cap_refs()
|
D | mds_client.c | 5426 .put = mds_put_con,
|
/fs/btrfs/ |
D | transaction.c | 861 bool put = false; in wait_for_commit() local 865 if (put) in wait_for_commit() 887 put = true; in wait_for_commit()
|
D | inode.c | 6289 bool put = false; in btrfs_real_readdir() local 6304 put = btrfs_readdir_get_delayed_items(inode, private->last_index, in btrfs_real_readdir() 6406 if (put) in btrfs_real_readdir()
|
/fs/cramfs/ |
D | README | 29 lines); put another way, the same order as `find -type d -exec
|
/fs/quota/ |
D | dquot.c | 1652 struct dquot *put[MAXQUOTAS]; in __dquot_drop() local 1656 put[cnt] = dquots[cnt]; in __dquot_drop() 1660 dqput_all(put); in __dquot_drop()
|
/fs/cifs/ |
D | cifsglob.h | 1276 struct work_struct put; /* work for the final part of _put */ member
|
D | file.c | 316 INIT_WORK(&cfile->put, cifsFileInfo_put_work); in cifs_new_fileinfo() 404 struct cifsFileInfo, put); in cifsFileInfo_put_work() 509 queue_work(fileinfo_put_wq, &cifs_file->put); in _cifsFileInfo_put()
|
/fs/ocfs2/dlm/ |
D | dlmmaster.c | 2128 goto put; in dlm_assert_master_worker() 2147 put: in dlm_assert_master_worker()
|