Home
last modified time | relevance | path

Searched refs:check_export (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.c372 static int check_export(struct inode *inode, int *flags, unsigned char *uuid) in check_export() function
633 err = check_export(d_inode(exp.ex_path.dentry), &exp.ex_flags, in svc_export_parse()
648 * sees errors from check_export we therefore need to in svc_export_parse()
649 * delay these checks till after check_export: in svc_export_parse()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dexport.c389 static int check_export(struct path *path, int *flags, unsigned char *uuid) in check_export() function
685 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()
700 * sees errors from check_export we therefore need to in svc_export_parse()
701 * delay these checks till after check_export: in svc_export_parse()

Completed in 4 milliseconds