Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/Documentation/filesystems/
Dadfs.txt31 Owner read and filetype UnixExec -> ---x--x--x
37 Other read and filetype UnixExec -> ---x--x--x
42 not a UnixExec filetype, then the permissions will be:
Dcoda.txt604 DDeessccrriippttiioonn This call is made to determine the ViceFid and filetype of
/linux-2.4.37.9/include/linux/
Dadfs_fs_i.h18 unsigned int filetype; /* RISC OS file type */ member
/linux-2.4.37.9/fs/adfs/
Dinode.c107 unsigned int filetype, attr = inode->u.adfs_i.attr; in adfs_atts2mode() local
115 filetype = adfs_filetype(inode); in adfs_atts2mode()
117 switch (filetype) { in adfs_atts2mode()
/linux-2.4.37.9/fs/jfs/
Dnamei.c578 int filetype; in commitZeroLink() local
583 filetype = ip->i_mode & S_IFMT; in commitZeroLink()
584 switch (filetype) { in commitZeroLink()
595 assert(filetype != S_IFDIR); in commitZeroLink()
/linux-2.4.37.9/fs/smbfs/
Dproc.c457 static int smb_filetype_to_mode(u32 filetype) in smb_filetype_to_mode() argument
459 if (filetype > MAX_FILE_MODE) { in smb_filetype_to_mode()
460 PARANOIA("Filetype out of range: %d\n", filetype); in smb_filetype_to_mode()
463 return file_mode[filetype]; in smb_filetype_to_mode()