Searched refs:afs_make_op_call (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.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 | 529 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_fetch_data() 611 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_create_file() 659 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_make_dir() 743 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file2() 812 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file() 853 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_dir() 926 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_link() 1006 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_symlink() 1085 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_rename() 1151 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_store_data() [all …]
|
D | internal.h | 1259 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call, in afs_make_op_call() function
|