nfs-ganesha 1.4
|
Go to the source code of this file.
Functions | |
fsal_posixdb_status_t | fsal_posixdb_lockHandleForUpdate (fsal_posixdb_conn *p_conn, fsal_posixdb_fileinfo_t *p_info) |
Lock the line of the Handle table with inode & devid defined in p_info. | |
fsal_posixdb_status_t | fsal_posixdb_cancelHandleLock (fsal_posixdb_conn *p_conn) |
Unlock the Handle line previously locked by fsal_posixdb_lockHandleForUpdate. |
fsal_posixdb_status_t fsal_posixdb_cancelHandleLock | ( | fsal_posixdb_conn * | p_conn | ) |
Unlock the Handle line previously locked by fsal_posixdb_lockHandleForUpdate.
p_conn | Database connection |
Definition at line 54 of file PGSQL/posixdb_lock.c.
fsal_posixdb_status_t fsal_posixdb_lockHandleForUpdate | ( | fsal_posixdb_conn * | p_conn, |
fsal_posixdb_fileinfo_t * | p_info | ||
) |
Lock the line of the Handle table with inode & devid defined in p_info.
p_conn | Database connection |
p_info | Information about the file |
Definition at line 19 of file PGSQL/posixdb_lock.c.