Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c1414 int hmdfs_do_lock_file(struct file *filp, unsigned char fl_type, loff_t start, in hmdfs_do_lock_file() function
1441 return hmdfs_do_lock_file(filp, F_WRLCK, start, len); in hmdfs_wlock_file()
1446 return hmdfs_do_lock_file(filp, F_RDLCK, start, len); in hmdfs_rlock_file()
1451 return hmdfs_do_lock_file(filp, F_UNLCK, start, len); in hmdfs_unlock_file()