Home
last modified time | relevance | path

Searched refs:afs_make_op_call (Results 1 – 3 of 3) sorted by relevance

/linux/fs/afs/
H A Dfsclient.c295 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_status()
458 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_data64()
491 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_data()
575 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_create_file()
629 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_make_dir()
703 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_remove_file()
751 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_remove_dir()
832 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_link()
928 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_symlink()
1025 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_rename()
[all …]
H A Dyfsclient.c504 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_fetch_data()
587 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_create_file()
636 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_make_dir()
722 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file2()
792 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file()
834 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_dir()
908 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_link()
990 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_symlink()
1070 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_rename()
1126 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_store_data()
[all …]
H A Dinternal.h1392 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call, in afs_make_op_call() function