Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsglob.h488 bool local_lease:1; /* check leases only on local system, not remote */ member
897 bool local_lease:1; /* check leases (only) on local system not remote */ member
Dconnect.c1471 vol->local_lease = 1; in cifs_parse_mount_options()
2734 tcon->local_lease = volume_info->local_lease; in cifs_get_tcon()
4009 vol_info->local_lease = master_tcon->local_lease; in cifs_construct_tcon()
Dcifsfs.c842 else if (tlink_tcon(cfile->tlink)->local_lease && in cifs_setlease()