Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dlocks.c362 fl->fl_flags = FL_LEASE; in lease_alloc()
1083 while ((fl = *before) && (fl->fl_flags & FL_LEASE) in time_out_leases()
1123 if ((flock == NULL) || (flock->fl_flags & FL_LEASE) == 0) in __get_lease()
1126 for (fl = flock; fl && (fl->fl_flags & FL_LEASE); fl = fl->fl_next) in __get_lease()
1156 for (fl = flock; fl && (fl->fl_flags & FL_LEASE); fl = fl->fl_next) { in __get_lease()
1182 flock && (flock->fl_flags & FL_LEASE); in __get_lease()
1208 if (flock && (flock->fl_flags & FL_LEASE) && (flock->fl_type & F_WRLCK)) in lease_get_mtime()
1244 fl && (fl->fl_flags & FL_LEASE); in fcntl_getlease()
1302 ((fl = *before) != NULL) && (fl->fl_flags & FL_LEASE); in fcntl_setlease()
1783 if (fl->fl_flags & FL_LEASE) { in locks_remove_flock()
[all …]
/linux-2.4.37.9/include/linux/
Dfs.h613 #define FL_LEASE 32 /* lease held on this file */ macro