Searched refs:put (Results 1 – 17 of 17) sorted by relevance
| /fs/afs/ |
| A D | xattr.c | 30 .put = afs_acl_put, 93 .put = afs_acl_put, 224 .put = afs_acl_put,
|
| A D | fs_operation.c | 336 if (op->ops && op->ops->put) in afs_put_operation() 337 op->ops->put(op); in afs_put_operation()
|
| A D | dir.c | 1311 .put = afs_create_put, 1404 .put = afs_rmdir_put, 1550 .put = afs_unlink_put, 1633 .put = afs_create_put, 1709 .put = afs_link_put, 1773 .put = afs_create_put, 1948 .put = afs_rename_put,
|
| A D | internal.h | 836 void (*put)(struct afs_operation *op); member
|
| /fs/ |
| A D | nsfs.c | 48 ns->ops->put(ns); in nsfs_evict() 356 ns_ops->put(ns); in ns_get_name() 410 ns->ops->put(ns); in nsfs_put_data()
|
| A D | namespace.c | 6414 .put = mntns_put,
|
| /fs/orangefs/ |
| A D | orangefs-bufmap.c | 68 static void put(struct slot_map *m, int slot) in put() function 442 put(&rw_map, buffer_index); in orangefs_bufmap_put() 463 put(&readdir_map, buffer_index); in orangefs_readdir_index_put()
|
| /fs/ceph/ |
| A D | caps.c | 3237 int last = 0, put = 0, flushsnaps = 0, wake = 0; in __ceph_put_cap_refs() local 3256 put++; in __ceph_put_cap_refs() 3293 put++; in __ceph_put_cap_refs() 3301 ceph_cap_string(had), last ? " last" : "", put ? " put" : ""); in __ceph_put_cap_refs() 3321 while (put-- > 0) in __ceph_put_cap_refs() 3348 int put = 0; in ceph_put_wrbuffer_cap_refs() local 3357 put++; in ceph_put_wrbuffer_cap_refs() 3396 put++; in ceph_put_wrbuffer_cap_refs() 3421 while (put-- > 0) { in ceph_put_wrbuffer_cap_refs()
|
| A D | inode.c | 2971 goto put; in ceph_do_getvxattr() 2978 goto put; in ceph_do_getvxattr() 2987 goto put; in ceph_do_getvxattr() 2991 goto put; in ceph_do_getvxattr() 2995 put: in ceph_do_getvxattr()
|
| A D | mds_client.c | 6445 .put = mds_put_con,
|
| /fs/btrfs/ |
| A D | transaction.c | 903 bool put = false; in wait_for_commit() local 916 if (put) in wait_for_commit() 938 put = true; in wait_for_commit()
|
| A D | inode.c | 6113 bool put = false; in btrfs_real_readdir() local 6126 put = btrfs_readdir_get_delayed_items(BTRFS_I(inode), private->last_index, in btrfs_real_readdir() 6214 if (put) in btrfs_real_readdir()
|
| /fs/smb/client/ |
| A D | file.c | 700 INIT_WORK(&cfile->put, cifsFileInfo_put_work); in cifs_new_fileinfo() 788 struct cifsFileInfo, put); in cifsFileInfo_put_work() 822 queue_work(fileinfo_put_wq, &cifs_file->put); in serverclose_work() 941 queue_work(fileinfo_put_wq, &cifs_file->put); in _cifsFileInfo_put()
|
| A D | cifsglob.h | 1504 struct work_struct put; /* work for the final part of _put */ member
|
| /fs/cramfs/ |
| A D | README | 29 lines); put another way, the same order as `find -type d -exec
|
| /fs/quota/ |
| A D | dquot.c | 1599 struct dquot *put[MAXQUOTAS]; in __dquot_drop() local 1603 put[cnt] = srcu_dereference_check(dquots[cnt], &dquot_srcu, in __dquot_drop() 1608 dqput_all(put); in __dquot_drop()
|
| /fs/ocfs2/dlm/ |
| A D | dlmmaster.c | 2128 goto put; in dlm_assert_master_worker() 2147 put: in dlm_assert_master_worker()
|
Completed in 105 milliseconds