Rechercher une page de manuel
vfs_test_lock
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
vfs_test_lock - test file byte range lockSYNOPSIS
- int vfs_test_lock(struct file * filp, struct file_lock * fl);
ARGUMENTS
filp
- The file to test lock for
fl
- The lock to test; also used to hold result
DESCRIPTION
Returns -ERRNO on failure. Indicates presence of conflicting lock by setting conf->fl_type to something other than F_UNLCK.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre