Home
last modified time | relevance | path

Searched refs:export_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dexportfs.h293 exportfs_cannot_lock(const struct export_operations *export_ops) in exportfs_cannot_lock() argument
295 return export_ops->flags & EXPORT_OP_NOLOCKS; in exportfs_cannot_lock()
/linux-6.15/fs/nfsd/
H A Dvfs.c362 const struct export_operations *export_ops = inode->i_sb->s_export_op; in commit_inode_metadata() local
364 if (export_ops->commit_metadata) in commit_inode_metadata()
365 return export_ops->commit_metadata(inode); in commit_inode_metadata()