Searched refs:lease_get_mtime (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | filelock.h | 169 void lease_get_mtime(struct inode *, struct timespec64 *time); 303 static inline void lease_get_mtime(struct inode *inode, in lease_get_mtime() function
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs3xdr.c | 216 lease_get_mtime(d_inode(dentry), &stat.mtime); in encode_post_op_attr() 659 lease_get_mtime(d_inode(resp->fh.fh_dentry), in nfs3svc_encode_attrstat()
|
H A D | nfsxdr.c | 177 lease_get_mtime(d_inode(dentry), &time); in encode_fattr()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs3xdr.c | 447 lease_get_mtime(d_inode(dentry), &stat.mtime); in svcxdr_encode_post_op_attr() 749 lease_get_mtime(d_inode(resp->fh.fh_dentry), &resp->stat.mtime); in nfs3svc_encode_getattrres()
|
H A D | nfsxdr.c | 264 lease_get_mtime(d_inode(dentry), &time); in svcxdr_encode_fattr()
|
/kernel/linux/linux-5.10/fs/ |
H A D | locks.c | 1713 * lease_get_mtime - update modified time of an inode with exclusive lease 1721 void lease_get_mtime(struct inode *inode, struct timespec64 *time) in lease_get_mtime() function 1740 EXPORT_SYMBOL(lease_get_mtime); variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | locks.c | 1593 * lease_get_mtime - update modified time of an inode with exclusive lease 1601 void lease_get_mtime(struct inode *inode, struct timespec64 *time) in lease_get_mtime() function 1620 EXPORT_SYMBOL(lease_get_mtime); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1154 extern void lease_get_mtime(struct inode *, struct timespec64 *time); 1279 static inline void lease_get_mtime(struct inode *inode, in lease_get_mtime() function
|
Completed in 27 milliseconds