Searched refs:cifs_file (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h363 static inline void cifsFileInfo_get(struct cifsFileInfo *cifs_file) argument
365 atomic_inc(&cifs_file->count);
369 static inline void cifsFileInfo_put(struct cifsFileInfo *cifs_file) argument
371 if (atomic_dec_and_test(&cifs_file->count)) {
372 iput(cifs_file->pInode);
373 kfree(cifs_file);
673 * This lock protects the cifs_file->llist and cifs_file->flist
674 * list operations, and updates to some flags (cifs_file->invalidHandle)

Completed in 39 milliseconds