Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsfs.h43 extern const struct address_space_operations cifs_addr_ops_smallbuf;
H A Dinode.c57 inode->i_data.a_ops = &cifs_addr_ops_smallbuf; in cifs_set_ops()
H A Dfile.c5219 const struct address_space_operations cifs_addr_ops_smallbuf = { variable