Home
last modified time | relevance | path

Searched refs:put (Results 1 – 19 of 19) sorted by relevance

/fs/
Dnsfs.c55 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()
Dnamespace.c4648 .put = mntns_put,
/fs/afs/
Dxattr.c30 .put = afs_acl_put,
93 .put = afs_acl_put,
224 .put = afs_acl_put,
Dfs_operation.c228 if (op->ops && op->ops->put) in afs_put_operation()
229 op->ops->put(op); in afs_put_operation()
Ddir.c1377 .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,
Dfile.c261 .put = afs_fetch_data_put,
Dinternal.h760 void (*put)(struct afs_operation *op); member
/fs/orangefs/
Dorangefs-bufmap.c68 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/
DREADME12 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/
Doperation.c367 bool put = false; in fscache_cancel_op() local
384 put = true; in fscache_cancel_op()
412 if (put) in fscache_cancel_op()
/fs/ceph/
Dcaps.c3044 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()
Dmds_client.c5426 .put = mds_put_con,
/fs/btrfs/
Dtransaction.c861 bool put = false; in wait_for_commit() local
865 if (put) in wait_for_commit()
887 put = true; in wait_for_commit()
Dinode.c6289 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/
DREADME29 lines); put another way, the same order as `find -type d -exec
/fs/quota/
Ddquot.c1652 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/
Dcifsglob.h1276 struct work_struct put; /* work for the final part of _put */ member
Dfile.c316 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/
Ddlmmaster.c2128 goto put; in dlm_assert_master_worker()
2147 put: in dlm_assert_master_worker()