Searched refs:afs_make_op_call (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/ |
D | fsclient.c | 293 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_status() 473 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_data64() 507 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_data() 590 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_create_file() 643 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_make_dir() 716 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_remove_file() 763 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_remove_dir() 843 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_link() 938 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_symlink() 1034 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_rename() [all …]
|
D | yfsclient.c | 528 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_fetch_data() 610 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_create_file() 658 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_make_dir() 742 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file2() 811 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file() 852 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_dir() 925 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_link() 1005 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_symlink() 1084 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_rename() 1150 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_store_data() [all …]
|
D | internal.h | 1260 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call, in afs_make_op_call() function
|