Searched refs:hmdfs_do_lock_file (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 1556 int hmdfs_do_lock_file(struct file *filp, unsigned char fl_type, loff_t start, in hmdfs_do_lock_file() function 1583 return hmdfs_do_lock_file(filp, F_WRLCK, start, len); in hmdfs_wlock_file() 1588 return hmdfs_do_lock_file(filp, F_RDLCK, start, len); in hmdfs_rlock_file() 1593 return hmdfs_do_lock_file(filp, F_UNLCK, start, len); in hmdfs_unlock_file()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 1557 int hmdfs_do_lock_file(struct file *filp, unsigned char fl_type, loff_t start, in hmdfs_do_lock_file() function 1584 return hmdfs_do_lock_file(filp, F_WRLCK, start, len); in hmdfs_wlock_file() 1589 return hmdfs_do_lock_file(filp, F_RDLCK, start, len); in hmdfs_rlock_file() 1594 return hmdfs_do_lock_file(filp, F_UNLCK, start, len); in hmdfs_unlock_file()
|
Completed in 7 milliseconds