Searched refs:deleg (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | fcntl.c | 448 struct delegation deleg; in do_fcntl() local 555 if (copy_from_user(&deleg, argp, sizeof(deleg))) in do_fcntl() 557 err = fcntl_getdeleg(filp, &deleg); in do_fcntl() 558 if (!err && copy_to_user(argp, &deleg, sizeof(deleg))) in do_fcntl() 562 if (copy_from_user(&deleg, argp, sizeof(deleg))) in do_fcntl() 564 err = fcntl_setdeleg(fd, filp, &deleg); in do_fcntl()
|
| /linux/include/linux/ |
| H A D | nfs_xdr.h | 1101 nfs4_stateid deleg; member
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 4466 FMODE_READ, &gdd_res.deleg, 0, in _nfs4_proc_getattr()
|